home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TWIZARDEXPORT / TWIZARDEXPORT.txt < prev   
Encoding:
Text File  |  1997-04-15  |  15.8 KB  |  689 lines

  1. object WizardExport: TWizardExport
  2.   Left = 11
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export Wizard'
  6.   ClientHeight = 295
  7.   ClientWidth = 512
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object TBevel
  19.     Left = 8
  20.     Top = 248
  21.     Width = 497
  22.     Height = 9
  23.     Shape = bsTopLine
  24.   end
  25.   object BackBtn: TButton
  26.     Left = 197
  27.     Top = 260
  28.     Width = 97
  29.     Height = 30
  30.     Cancel = True
  31.     Caption = '< Back'
  32.     Enabled = False
  33.     TabOrder = 0
  34.     OnClick = BackBtnClick
  35.   end
  36.   object NextBtn: TButton
  37.     Left = 294
  38.     Top = 260
  39.     Width = 97
  40.     Height = 30
  41.     Cancel = True
  42.     Caption = 'Next >'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = NextBtnClick
  46.   end
  47.   object Button1: TButton
  48.     Left = 408
  49.     Top = 260
  50.     Width = 97
  51.     Height = 30
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 16
  59.     Top = 16
  60.     Width = 161
  61.     Height = 217
  62.     BevelOuter = bvLowered
  63.     Caption = 'Panel1'
  64.     Color = clTeal
  65.     TabOrder = 3
  66.     object Image1: TImage
  67.       Left = 8
  68.       Top = 8
  69.       Width = 130
  70.       Height = 200
  71.       AutoSize = True
  72.       Center = True
  73.       Picture.Data = {<image000.bmp>}
  74.     end
  75.   end
  76.   object Sheets: TNotebook
  77.     Left = 184
  78.     Top = 16
  79.     Width = 321
  80.     Height = 217
  81.     TabOrder = 4
  82.     OnPageChanged = SheetsPageChanged
  83.     object TPage
  84.       Left = 0
  85.       Top = 0
  86.       Caption = '0'
  87.       object Label1: TLabel
  88.         Left = 8
  89.         Top = 184
  90.         Width = 313
  91.         Height = 19
  92.         AutoSize = False
  93.         Caption = 'To begin the Export Process, click Next'
  94.         WordWrap = True
  95.       end
  96.       object Bevel2: TBevel
  97.         Left = 8
  98.         Top = 175
  99.         Width = 305
  100.         Height = 9
  101.         Shape = bsTopLine
  102.       end
  103.       object TypeSheet: TNotebook
  104.         Left = 0
  105.         Top = 1
  106.         Width = 321
  107.         Height = 169
  108.         TabOrder = 0
  109.         object TPage
  110.           Left = 0
  111.           Top = 0
  112.           Caption = '0'
  113.           object Label2: TLabel
  114.             Left = 8
  115.             Top = 8
  116.             Width = 304
  117.             Height = 41
  118.             AutoSize = False
  119.             Caption = 
  120.               'This Wizard will guide you through the process of exporting Smar' +
  121.               't Address data to a text file.'
  122.             WordWrap = True
  123.           end
  124.           object Bevel3: TBevel
  125.             Left = 8
  126.             Top = 57
  127.             Width = 305
  128.             Height = 9
  129.             Shape = bsTopLine
  130.           end
  131.           object Label3: TLabel
  132.             Left = 8
  133.             Top = 68
  134.             Width = 297
  135.             Height = 16
  136.             AutoSize = False
  137.             Caption = 'Please select the Export Required:'
  138.             WordWrap = True
  139.           end
  140.           object Type1: TRadioButton
  141.             Left = 19
  142.             Top = 93
  143.             Width = 273
  144.             Height = 17
  145.             Caption = '&Address Book Entries'
  146.             Checked = True
  147.             TabOrder = 0
  148.             TabStop = True
  149.           end
  150.           object Type2: TRadioButton
  151.             Left = 19
  152.             Top = 113
  153.             Width = 273
  154.             Height = 17
  155.             Caption = 'Address Book &Reminders'
  156.             TabOrder = 1
  157.           end
  158.           object Type3: TRadioButton
  159.             Left = 19
  160.             Top = 133
  161.             Width = 273
  162.             Height = 17
  163.             Caption = 'Address Book &Telephone Logs'
  164.             TabOrder = 2
  165.           end
  166.         end
  167.         object TPage
  168.           Left = 0
  169.           Top = 0
  170.           Caption = '1'
  171.           object Label15: TLabel
  172.             Left = 8
  173.             Top = 8
  174.             Width = 291
  175.             Height = 32
  176.             Caption = 
  177.               'This Wizard will guide you through the process of exporting a Sm' +
  178.               'art Address Diary to a text file.'
  179.             WordWrap = True
  180.           end
  181.           object Bevel7: TBevel
  182.             Left = 8
  183.             Top = 51
  184.             Width = 305
  185.             Height = 9
  186.             Shape = bsTopLine
  187.           end
  188.         end
  189.       end
  190.     end
  191.     object TPage
  192.       Left = 0
  193.       Top = 0
  194.       Caption = '1'
  195.       object Label5: TLabel
  196.         Left = 8
  197.         Top = 8
  198.         Width = 305
  199.         Height = 37
  200.         AutoSize = False
  201.         Caption = 
  202.           'Please select the range of entries that you wish to be included ' +
  203.           'within the Export:'
  204.         WordWrap = True
  205.       end
  206.       object RangeSheet: TNotebook
  207.         Left = 0
  208.         Top = 48
  209.         Width = 321
  210.         Height = 169
  211.         PageIndex = 1
  212.         TabOrder = 0
  213.         object TPage
  214.           Left = 0
  215.           Top = 0
  216.           Caption = '0'
  217.           object TagBox4: TRadioButton
  218.             Left = 16
  219.             Top = 86
  220.             Width = 305
  221.             Height = 17
  222.             Caption = '&All Entries in the Address Book'
  223.             Checked = True
  224.             TabOrder = 0
  225.             TabStop = True
  226.           end
  227.           object TagBox3: TRadioButton
  228.             Left = 16
  229.             Top = 63
  230.             Width = 305
  231.             Height = 17
  232.             Caption = 'All &Tagged Entries in the Address Book'
  233.             TabOrder = 1
  234.           end
  235.           object TagBox2: TRadioButton
  236.             Left = 16
  237.             Top = 39
  238.             Width = 305
  239.             Height = 17
  240.             Caption = 'All Entries &Displayed in the Index List'
  241.             TabOrder = 2
  242.           end
  243.           object TagBox1: TRadioButton
  244.             Left = 16
  245.             Top = 16
  246.             Width = 265
  247.             Height = 17
  248.             Caption = '&Selected Entry Only'
  249.             TabOrder = 3
  250.           end
  251.         end
  252.         object TPage
  253.           Left = 0
  254.           Top = 0
  255.           Caption = '1'
  256.           object Label17: TLabel
  257.             Left = 116
  258.             Top = 67
  259.             Width = 39
  260.             Height = 18
  261.             Alignment = taRightJustify
  262.             AutoSize = False
  263.             Caption = 'and'
  264.           end
  265.           object TBevel
  266.             Left = 8
  267.             Top = 99
  268.             Width = 305
  269.             Height = 9
  270.             Shape = bsTopLine
  271.           end
  272.           object RangeAll: TRadioButton
  273.             Left = 10
  274.             Top = 11
  275.             Width = 249
  276.             Height = 17
  277.             Caption = 'All Events'
  278.             Checked = True
  279.             TabOrder = 0
  280.             TabStop = True
  281.             OnClick = RangeDatesClick
  282.           end
  283.           object RangeDates: TRadioButton
  284.             Left = 10
  285.             Top = 34
  286.             Width = 144
  287.             Height = 17
  288.             Caption = 'Events Between'
  289.             TabOrder = 1
  290.             OnClick = RangeDatesClick
  291.           end
  292.           object EDateBox: TComboBox
  293.             Left = 169
  294.             Top = 64
  295.             Width = 117
  296.             Height = 24
  297.             DropDownCount = 0
  298.             Enabled = False
  299.             Font.Color = clWindowText
  300.             Font.Height = -13
  301.             Font.Name = 'MS Sans Serif'
  302.             Font.Style = []
  303.             ItemHeight = 16
  304.             ParentFont = False
  305.             TabOrder = 2
  306.             Text = 'EDateBox'
  307.             OnDropDown = DateBoxDropDown
  308.           end
  309.           object DateBox: TComboBox
  310.             Left = 169
  311.             Top = 30
  312.             Width = 117
  313.             Height = 24
  314.             DropDownCount = 0
  315.             Enabled = False
  316.             Font.Color = clWindowText
  317.             Font.Height = -13
  318.             Font.Name = 'MS Sans Serif'
  319.             Font.Style = []
  320.             ItemHeight = 16
  321.             ParentFont = False
  322.             TabOrder = 3
  323.             Text = 'DateBox'
  324.             OnDropDown = DateBoxDropDown
  325.           end
  326.           object IncludeAll: TCheckBox
  327.             Left = 10
  328.             Top = 112
  329.             Width = 254
  330.             Height = 17
  331.             Caption = 'Include Completed Events'
  332.             TabOrder = 4
  333.           end
  334.         end
  335.       end
  336.     end
  337.     object TPage
  338.       Left = 0
  339.       Top = 0
  340.       Caption = '2'
  341.       object Label11: TLabel
  342.         Left = 8
  343.         Top = 8
  344.         Width = 301
  345.         Height = 41
  346.         AutoSize = False
  347.         Caption = 'Please specify the file name to be used for the Export process:'
  348.         WordWrap = True
  349.       end
  350.       object Warning2: TLabel
  351.         Left = 8
  352.         Top = 144
  353.         Width = 305
  354.         Height = 39
  355.         AutoSize = False
  356.         Caption = 'Text....'
  357.         WordWrap = True
  358.       end
  359.       object Warning1: TLabel
  360.         Left = 8
  361.         Top = 126
  362.         Width = 137
  363.         Height = 18
  364.         AutoSize = False
  365.         Caption = 'Warning'
  366.         Font.Color = clBlack
  367.         Font.Height = -13
  368.         Font.Name = 'MS Sans Serif'
  369.         Font.Style = [fsBold]
  370.         ParentFont = False
  371.       end
  372.       object Button2: TButton
  373.         Left = 213
  374.         Top = 87
  375.         Width = 92
  376.         Height = 30
  377.         Caption = '&Browse'
  378.         TabOrder = 0
  379.         OnClick = Button2Click
  380.       end
  381.       object FUsed: TComboBox
  382.         Left = 8
  383.         Top = 56
  384.         Width = 297
  385.         Height = 24
  386.         Font.Color = clWindowText
  387.         Font.Height = -13
  388.         Font.Name = 'MS Sans Serif'
  389.         Font.Style = []
  390.         ItemHeight = 16
  391.         ParentFont = False
  392.         TabOrder = 1
  393.         Text = 'FUsed'
  394.         OnChange = FUsedChange
  395.       end
  396.       object Warning3: TCheckBox
  397.         Left = 32
  398.         Top = 184
  399.         Width = 257
  400.         Height = 17
  401.         Caption = 'Overwrite File'
  402.         TabOrder = 2
  403.       end
  404.     end
  405.     object TPage
  406.       Left = 0
  407.       Top = 0
  408.       Caption = '3'
  409.       object Label4: TLabel
  410.         Left = 8
  411.         Top = 8
  412.         Width = 305
  413.         Height = 65
  414.         AutoSize = False
  415.         Caption = 
  416.           'Smart Address allows Export Templates to be created. These hold ' +
  417.           'all details regarding the options and mappings to be used for th' +
  418.           'e Export.'
  419.         WordWrap = True
  420.       end
  421.       object Label6: TLabel
  422.         Left = 9
  423.         Top = 118
  424.         Width = 296
  425.         Height = 21
  426.         AutoSize = False
  427.         Caption = 'Please select the Template to be used:'
  428.         WordWrap = True
  429.       end
  430.       object Label8: TLabel
  431.         Left = 8
  432.         Top = 80
  433.         Width = 301
  434.         Height = 38
  435.         AutoSize = False
  436.         Caption = 
  437.           'Templates may be Edited or Created by using the Templates Button' +
  438.           '.'
  439.         WordWrap = True
  440.       end
  441.       object TUsed: TComboBox
  442.         Left = 9
  443.         Top = 140
  444.         Width = 297
  445.         Height = 24
  446.         Style = csDropDownList
  447.         Font.Color = clWindowText
  448.         Font.Height = -13
  449.         Font.Name = 'MS Sans Serif'
  450.         Font.Style = []
  451.         ItemHeight = 16
  452.         ParentFont = False
  453.         TabOrder = 0
  454.       end
  455.       object Button3: TButton
  456.         Left = 214
  457.         Top = 171
  458.         Width = 92
  459.         Height = 30
  460.         Caption = '&Templates'
  461.         TabOrder = 1
  462.         OnClick = Button3Click
  463.       end
  464.     end
  465.     object TPage
  466.       Left = 0
  467.       Top = 0
  468.       Caption = '4'
  469.       object Label16: TLabel
  470.         Left = 8
  471.         Top = 156
  472.         Width = 297
  473.         Height = 18
  474.         AutoSize = False
  475.         Caption = 'Please Select the Template to be Exported:'
  476.       end
  477.       object Label18: TLabel
  478.         Left = 8
  479.         Top = 88
  480.         Width = 301
  481.         Height = 65
  482.         AutoSize = False
  483.         Caption = 
  484.           'The template to be exported should be specified below. If a temp' +
  485.           'late is specified which an entry doesn∩┐╜t use, then the entry it ' +
  486.           'will not be exported.'
  487.         WordWrap = True
  488.       end
  489.       object Label19: TLabel
  490.         Left = 8
  491.         Top = 8
  492.         Width = 308
  493.         Height = 73
  494.         AutoSize = False
  495.         Caption = 
  496.           'Smart Address will create a separate Export Record for each Addr' +
  497.           'ess Template . If an entry uses 3 templates, then 3 Export Recor' +
  498.           'ds for that entry will be created.'
  499.         WordWrap = True
  500.       end
  501.       object TemplateList: TComboBox
  502.         Left = 9
  503.         Top = 177
  504.         Width = 296
  505.         Height = 24
  506.         Style = csDropDownList
  507.         Font.Color = clWindowText
  508.         Font.Height = -13
  509.         Font.Name = 'MS Sans Serif'
  510.         Font.Style = []
  511.         ItemHeight = 16
  512.         ParentFont = False
  513.         TabOrder = 0
  514.       end
  515.     end
  516.     object TPage
  517.       Left = 0
  518.       Top = 0
  519.       Caption = '5'
  520.       object Label7: TLabel
  521.         Left = 8
  522.         Top = 173
  523.         Width = 305
  524.         Height = 20
  525.         AutoSize = False
  526.         Caption = 'To perform this Export, click the Export Button'
  527.         WordWrap = True
  528.       end
  529.       object Bevel4: TBevel
  530.         Left = 8
  531.         Top = 163
  532.         Width = 305
  533.         Height = 9
  534.         Shape = bsTopLine
  535.       end
  536.       object Label9: TLabel
  537.         Left = 8
  538.         Top = 8
  539.         Width = 305
  540.         Height = 41
  541.         AutoSize = False
  542.         Caption = 
  543.           'The Export Process is now ready. Please check the options you ha' +
  544.           've chosen before continuing'
  545.         WordWrap = True
  546.       end
  547.       object Bevel5: TBevel
  548.         Left = 8
  549.         Top = 51
  550.         Width = 305
  551.         Height = 9
  552.         Shape = bsTopLine
  553.       end
  554.       object Label10: TLabel
  555.         Left = 8
  556.         Top = 59
  557.         Width = 73
  558.         Height = 18
  559.         AutoSize = False
  560.         Caption = 'Type:'
  561.       end
  562.       object Label12: TLabel
  563.         Left = 11
  564.         Top = 80
  565.         Width = 73
  566.         Height = 18
  567.         AutoSize = False
  568.         Caption = 'Range:'
  569.       end
  570.       object Label13: TLabel
  571.         Left = 11
  572.         Top = 118
  573.         Width = 182
  574.         Height = 18
  575.         AutoSize = False
  576.         Caption = 'Entries being Exported:'
  577.       end
  578.       object Label14: TLabel
  579.         Left = 11
  580.         Top = 139
  581.         Width = 182
  582.         Height = 18
  583.         AutoSize = False
  584.         Caption = 'Fields being Exported:'
  585.       end
  586.       object LType: TLabel
  587.         Left = 96
  588.         Top = 59
  589.         Width = 217
  590.         Height = 18
  591.         AutoSize = False
  592.         Caption = 'Type:'
  593.       end
  594.       object LRange: TLabel
  595.         Left = 96
  596.         Top = 80
  597.         Width = 222
  598.         Height = 18
  599.         AutoSize = False
  600.         Caption = 'Range:'
  601.       end
  602.       object LEntries: TLabel
  603.         Left = 200
  604.         Top = 118
  605.         Width = 105
  606.         Height = 18
  607.         AutoSize = False
  608.         Caption = 'Type:'
  609.       end
  610.       object LFields: TLabel
  611.         Left = 200
  612.         Top = 139
  613.         Width = 105
  614.         Height = 18
  615.         AutoSize = False
  616.         Caption = 'Range:'
  617.       end
  618.       object Bevel6: TBevel
  619.         Left = 8
  620.         Top = 107
  621.         Width = 305
  622.         Height = 9
  623.         Shape = bsTopLine
  624.       end
  625.     end
  626.     object TPage
  627.       Left = 0
  628.       Top = 0
  629.       Caption = '6'
  630.       object Label21: TLabel
  631.         Left = 8
  632.         Top = 32
  633.         Width = 305
  634.         Height = 25
  635.         Alignment = taCenter
  636.         AutoSize = False
  637.         Caption = 'Please Wait...'
  638.         Font.Color = clBlack
  639.         Font.Height = -13
  640.         Font.Name = 'MS Sans Serif'
  641.         Font.Style = []
  642.         ParentFont = False
  643.         WordWrap = True
  644.       end
  645.       object Label20: TLabel
  646.         Left = 8
  647.         Top = 8
  648.         Width = 305
  649.         Height = 25
  650.         Alignment = taCenter
  651.         AutoSize = False
  652.         Caption = 'Exporting Records'
  653.         Font.Color = clBlack
  654.         Font.Height = -13
  655.         Font.Name = 'MS Sans Serif'
  656.         Font.Style = [fsBold]
  657.         ParentFont = False
  658.         WordWrap = True
  659.       end
  660.       object Progress: TEPMeter
  661.         Left = 8
  662.         Top = 60
  663.         Width = 305
  664.         Height = 25
  665.         BorderSpace = 0
  666.         MeterStyle = epmsBar
  667.         MinValue = 0
  668.         Orientation = epoHorizontal
  669.         UseFontColor = False
  670.         Value = 0
  671.       end
  672.     end
  673.   end
  674.   object Cal: TEPCalendarPopup
  675.     FirstYear = 1900
  676.     LastYear = 2100
  677.     OnClick = CalClick
  678.     Left = 112
  679.     Top = 256
  680.   end
  681.   object ECal: TEPCalendarPopup
  682.     FirstYear = 1900
  683.     LastYear = 2100
  684.     OnClick = ECalClick
  685.     Left = 144
  686.     Top = 256
  687.   end
  688. end
  689.